Class AnforderungEAUAG.ArtDerMeldung

  • Enclosing class:
    AnforderungEAUAG

    public static class AnforderungEAUAG.ArtDerMeldung
    extends Object

    Java-Klasse für anonymous complex type.

    Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

    
     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <choice>
             <element name="Stornierung" type="{http://www.gkv-datenaustausch.de/Grundsaetze_Technik/XML/eAU_Basistypen_Complex_V2_0}StornierungType"/>
             <element name="Anforderung">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="Betriebsnummer_Verursacher" type="{SV-Basis://XMLSchema/1.0}ABSN_Stp"/>
                       <element name="BBNR_Abrechnungsstelle" type="{SV-Basis://XMLSchema/1.0}BBNR_Stp" minOccurs="0"/>
                       <element name="Ansprechpartner" type="{http://www.gkv-datenaustausch.de/Grundsaetze_Technik/XML/eAU_Basistypen_Complex_V2_0}AnsprechpartnerType" minOccurs="0"/>
                       <element name="Angaben_zum_Arbeitnehmer">
                         <complexType>
                           <complexContent>
                             <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                               <sequence>
                                 <element name="eAU_Grundangabe_Name" type="{http://www.gkv-datenaustausch.de/Grundsaetze_Technik/XML/eAU_Basistypen_Complex_V2_0}Angaben_Name_Ctp"/>
                                 <element name="Angaben_Identifikation" type="{http://www.gkv-datenaustausch.de/Grundsaetze_Technik/XML/eAU_Basistypen_Complex_V2_0}Angaben_IdentifikationType"/>
                                 <element name="Geburtsdatum" type="{SV-Basis://XMLSchema/1.0}Geburtsdatum_unbekannt_Stp"/>
                               </sequence>
                             </restriction>
                           </complexContent>
                         </complexType>
                       </element>
                       <element name="Abwesenheit_ab_AG" type="{SV-Basis://XMLSchema/1.0}Datum_Stp"/>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
           </choice>
         </restriction>
       </complexContent>
     </complexType>